projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89dac01
)
(Info-extract-menu-node-name): Stop if colon is
author
Andreas Schwab
<schwab@suse.de>
Thu, 20 Feb 2003 12:40:36 +0000
(12:40 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Thu, 20 Feb 2003 12:40:36 +0000
(12:40 +0000)
followed by open paren.
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 5af0787d50521bebfea978b9ca868ef68ec1ae01..cbd6e852d780f21fce77e3487d0a7348b8fdd9a9 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1486,7
+1486,7
@@
FOOTNOTENAME may be an abbreviation of the reference name."
(skip-chars-forward " \t\n")
(let ((beg (point))
str i)
- (while (not (looking-at ":*[,.;) \t\n]"))
+ (while (not (looking-at ":*[,.;
(
) \t\n]"))
(skip-chars-forward "^:")
(forward-char 1))
(setq str